MCPcopy Index your code
hub / github.com/chain/Core / setAlias

Method setAlias

sdk/java/src/main/java/com/chain/api/Asset.java:239–242  ·  view source on GitHub ↗

Sets the alias on the builder object. @param alias alias @return updated builder object

(String alias)

Source from the content-addressed store, hash-verified

237 * @return updated builder object
238 */
239 public Builder setAlias(String alias) {
240 this.alias = alias;
241 return this;
242 }
243
244 /**
245 * Adds a field to the existing definition object (initializing the object if it doesn't exist).

Callers 15

mainMethod · 0.45
setupMethod · 0.45
benchMethod · 0.45
testAccountQueryMethod · 0.45
testAssetQueryMethod · 0.45
testTransactionQueryMethod · 0.45
testBalanceQueryMethod · 0.45
testPaginationMethod · 0.45
testAccountCreateMethod · 0.45
testAssetCreateMethod · 0.45

Calls

no outgoing calls

Tested by 15

testAccountQueryMethod · 0.36
testAssetQueryMethod · 0.36
testTransactionQueryMethod · 0.36
testBalanceQueryMethod · 0.36
testPaginationMethod · 0.36
testAccountCreateMethod · 0.36
testAssetCreateMethod · 0.36
testAssetCreateBatchMethod · 0.36
testReceiverCreateMethod · 0.36