Uses of Record Class
cloud.quasarch.akash.impl.model.remote.Price
Packages that use Price
-
Uses of Price in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return PriceModifier and TypeMethodDescriptionDeploymentLease.EscrowPayment.balance()Returns the value of thebalancerecord component.BidInfo.price()Returns the value of thepricerecord component.Deployment.Resource.price()Returns the value of thepricerecord component.LeaseInfo.price()Returns the value of thepricerecord component.DeploymentLease.EscrowPayment.rate()Returns the value of theraterecord component.DeploymentLease.EscrowPayment.withdrawn()Returns the value of thewithdrawnrecord component.Constructors in cloud.quasarch.akash.impl.model.remote with parameters of type PriceModifierConstructorDescriptionCreates an instance of aBidInforecord class.EscrowPayment(String owner, String state, AccountId accountId, String paymentId, Price rate, Price balance, Price withdrawn) Creates an instance of aEscrowPaymentrecord class.LeaseInfo(LeaseInfo.LeaseId leaseId, String state, Price price, String createdAtBlockHeight, String closedAtBlockHeight) Creates an instance of aLeaseInforecord class.Resource(Deployment.DeploymentResource resources, int count, Price price) Creates an instance of aResourcerecord class.