Java 类io.swagger.annotations.ApiModelProperty 实例源码

项目:mid-tier    文件:TransactionRepresentation.java   
@ApiModelProperty(
        access = "public",
        name = "amount",
        example = "123.45",
        value = "the amount - in this example without currency.")
public String getAmount() {
    return amount;
}
项目:swaggy-jenkins    文件:PipelineRunImpllinks.java   
/**
 * Get self
 * @return self
**/
@ApiModelProperty(value = "")
public Link getSelf() {
  return self;
}
项目:mbed-cloud-sdk-java    文件:MyUserInfoResp.java   
/**
 * A flag indicating that receiving marketing information has been accepted.
 * @return isMarketingAccepted
**/
@ApiModelProperty(value = "A flag indicating that receiving marketing information has been accepted.")
public Boolean getIsMarketingAccepted() {
  return isMarketingAccepted;
}
项目:swaggy-jenkins    文件:DiskSpaceMonitorDescriptorDiskSpace.java   
/**
 * Get propertyClass
 * @return propertyClass
 **/
@JsonProperty("_class")
@ApiModelProperty(value = "")
public String getPropertyClass() {
  return propertyClass;
}
项目:swaggy-jenkins    文件:ComputerSet.java   
/**
 * Get computer
 * @return computer
**/
@ApiModelProperty(value = "")
public List<HudsonMasterComputer> getComputer() {
  return computer;
}
项目:swaggy-jenkins    文件:PipelineActivity.java   
/**
 * Get endTime
 * @return endTime
 **/
@JsonProperty("endTime")
@ApiModelProperty(value = "")
public String getEndTime() {
  return endTime;
}
项目:swaggy-jenkins    文件:BranchImpllinks.java   
@ApiModelProperty(value = "")
@JsonProperty("runs")
public Link getRuns() {
  return runs;
}
项目:swaggy-jenkins    文件:GithubRepository.java   
/**
 * Get links
 * @return links
 **/
@JsonProperty("_links")
@ApiModelProperty(value = "")
public GithubRepositorylinks getLinks() {
  return links;
}
项目:connect-java-sdk    文件:CatalogQueryItemsForModifierList.java   
/**
 * A set of [CatalogModifierList](#type-catalogmodifierlist) IDs to be used to find associated [CatalogItem](#type-catalogitem)s.
 * @return modifierListIds
**/
@ApiModelProperty(required = true, value = "A set of [CatalogModifierList](#type-catalogmodifierlist) IDs to be used to find associated [CatalogItem](#type-catalogitem)s.")
public List<String> getModifierListIds() {
  return modifierListIds;
}
项目:mbed-cloud-sdk-java    文件:Resource.java   
/**
 * Observable determines whether you can subscribe to changes for this resource. It can have values \&quot;true\&quot; or \&quot;false\&quot;. 
 * @return obs
**/
@ApiModelProperty(value = "Observable determines whether you can subscribe to changes for this resource. It can have values \"true\" or \"false\". ")
public Boolean getObs() {
  return obs;
}
项目:swaggy-jenkins    文件:SwapSpaceMonitorMemoryUsage2.java   
/**
 * Get availablePhysicalMemory
 * @return availablePhysicalMemory
 **/
@JsonProperty("availablePhysicalMemory")
@ApiModelProperty(value = "")
public Integer getAvailablePhysicalMemory() {
  return availablePhysicalMemory;
}
项目:swaggy-jenkins    文件:FreeStyleBuild.java   
/**
 * Get displayName
 * @return displayName
 **/
@JsonProperty("displayName")
@ApiModelProperty(value = "")
public String getDisplayName() {
  return displayName;
}
项目:mbed-cloud-sdk-java    文件:PasswordPolicy.java   
/**
 * Minimum length for the password. A number between 8 and 512.
 * @return minimumLength
**/
@ApiModelProperty(required = true, value = "Minimum length for the password. A number between 8 and 512.")
public String getMinimumLength() {
  return minimumLength;
}
项目:mbed-cloud-sdk-java    文件:UserUpdateReq.java   
/**
 * Phone number, not longer than 100 characters.
 * @return phoneNumber
**/
@ApiModelProperty(value = "Phone number, not longer than 100 characters.")
public String getPhoneNumber() {
  return phoneNumber;
}
项目:swaggy-jenkins    文件:HudsonMasterComputer.java   
/**
 * Get idle
 * @return idle
**/
@ApiModelProperty(value = "")
public Boolean isIdle() {
  return idle;
}
项目:swaggy-jenkins    文件:ExtensionClassImpllinks.java   
/**
 * Get propertyClass
 * @return propertyClass
**/
@ApiModelProperty(value = "")
public String getPropertyClass() {
  return propertyClass;
}
项目:nifi-swagger-client    文件:LabelEntity.java   
/**
 * Get dimensions
 * @return dimensions
**/
@ApiModelProperty(example = "null", value = "")
public DimensionsDTO getDimensions() {
  return dimensions;
}
项目:swaggy-jenkins    文件:QueueLeftItem.java   
@ApiModelProperty(value = "")
@JsonProperty("task")
public FreeStyleProject getTask() {
  return task;
}
项目:nifi-swagger-client    文件:FlowDTO.java   
/**
 * The labels in this flow.
 * @return labels
**/
@ApiModelProperty(example = "null", value = "The labels in this flow.")
public List<LabelEntity> getLabels() {
  return labels;
}
项目:sc-generator    文件:ResponseCode.java   
@ApiModelProperty(value = "URL for fetching the generated client", example = "http://generator.swagger.io:80/api/gen/download/d40029be-eda6-4d62-b1ef-d05e2e91a72a")
public String getLink() {
    return link;
}
项目:mbed-cloud-sdk-java    文件:DeviceData.java   
/**
 * DEPRECATED: The last deployment used on the device.
 * @return deployment
**/
@ApiModelProperty(value = "DEPRECATED: The last deployment used on the device.")
public String getDeployment() {
  return deployment;
}
项目:nifi-swagger-client    文件:NodeSystemDiagnosticsSnapshotDTO.java   
/**
 * The unique ID that identifies the node
 * @return nodeId
**/
@ApiModelProperty(example = "null", value = "The unique ID that identifies the node")
public String getNodeId() {
  return nodeId;
}
项目:nifi-swagger-client    文件:UserDTO.java   
/**
 * The access policies this user belongs to.
 * @return accessPolicies
**/
@ApiModelProperty(example = "null", value = "The access policies this user belongs to.")
public List<AccessPolicySummaryEntity> getAccessPolicies() {
  return accessPolicies;
}
项目:connect-java-sdk    文件:V1Payment.java   
/**
 * All of the inclusive taxes associated with the payment.
 * @return inclusiveTax
**/
@ApiModelProperty(value = "All of the inclusive taxes associated with the payment.")
public List<V1PaymentTax> getInclusiveTax() {
  return inclusiveTax;
}
项目:mbed-cloud-sdk-java    文件:UpdateCampaignPage.java   
/**
 * Get object
 * @return object
**/
@ApiModelProperty(value = "")
public String getObject() {
  return object;
}
项目:nifi-swagger-client    文件:FlowFileSummaryDTO.java   
/**
 * The label for the node where this FlowFile resides.
 * @return clusterNodeAddress
**/
@ApiModelProperty(example = "null", value = "The label for the node where this FlowFile resides.")
public String getClusterNodeAddress() {
  return clusterNodeAddress;
}
项目:afp-api-client    文件:ReponseCluster.java   
/**
 * Get took
 * @return took
**/
@ApiModelProperty(example = "null", value = "")
public Long getTook() {
  return took;
}
项目:agilion    文件:Request.java   
/**
 * Get id
 * @return id
**/
@ApiModelProperty(example = "2222f1ee-6c54-4b01-90e6-d701748f2222", required = true, value = "")
public String getId() {
  return id;
}
项目:nifi-swagger-client    文件:RevisionDTO.java   
/**
 * A client identifier used to make a request. By including a client identifier, the API can allow multiple requests without needing the current revision. Due to the asynchronous nature of requests/responses this was implemented to allow the client to make numerous requests without having to wait for the previous response to come back
 * @return clientId
**/
@ApiModelProperty(example = "null", value = "A client identifier used to make a request. By including a client identifier, the API can allow multiple requests without needing the current revision. Due to the asynchronous nature of requests/responses this was implemented to allow the client to make numerous requests without having to wait for the previous response to come back")
public String getClientId() {
  return clientId;
}
项目:nifi-swagger-client    文件:ProvenanceRequestDTO.java   
/**
 * The latest event time to include in the query.
 * @return endDate
**/
@ApiModelProperty(example = "null", value = "The latest event time to include in the query.")
public String getEndDate() {
  return endDate;
}
项目:ecommerce-checkout-api-server    文件:Cart.java   
/**
 * Get products
 * @return products
**/
@ApiModelProperty(value = "")
public List<Product> getProducts() {
  return products;
}
项目:afp-api-client    文件:Parameters.java   
/**
 * Get dateRange
 * @return dateRange
**/
@ApiModelProperty(example = "null", value = "")
public DateRange getDateRange() {
  return dateRange;
}
项目:nifi-registry    文件:VersionedPropertyDescriptor.java   
@ApiModelProperty("The display name of the property")
public String getDisplayName() {
    return displayName;
}
项目:nifi-swagger-client    文件:ClusterSearchResultsEntity.java   
/**
 * Get nodeResults
 * @return nodeResults
**/
@ApiModelProperty(example = "null", value = "")
public List<NodeSearchResultDTO> getNodeResults() {
  return nodeResults;
}
项目:mbed-cloud-sdk-java    文件:Presubscription.java   
/**
 * Get endpointType
 * @return endpointType
**/
@ApiModelProperty(value = "")
public String getEndpointType() {
  return endpointType;
}
项目:nifi-swagger-client    文件:NodeDTO.java   
/**
 * The node's status.
 * @return status
**/
@ApiModelProperty(example = "null", value = "The node's status.")
public String getStatus() {
  return status;
}
项目:connect-java-sdk    文件:SearchCatalogObjectsResponse.java   
/**
 * A list of [CatalogObject](#type-catalogobject)s referenced by the objects in the `objects` field.
 * @return relatedObjects
**/
@ApiModelProperty(value = "A list of [CatalogObject](#type-catalogobject)s referenced by the objects in the `objects` field.")
public List<CatalogObject> getRelatedObjects() {
  return relatedObjects;
}
项目:connect-java-sdk    文件:V1Order.java   
/**
 * The shipping cost for the order.
 * @return totalShippingMoney
**/
@ApiModelProperty(value = "The shipping cost for the order.")
public V1Money getTotalShippingMoney() {
  return totalShippingMoney;
}
项目:swaggy-jenkins    文件:HudsonMasterComputer.java   
/**
 * Get launchSupported
 * @return launchSupported
**/
@ApiModelProperty(value = "")
public Boolean isLaunchSupported() {
  return launchSupported;
}
项目:swaggy-jenkins    文件:GithubRespositoryContainerlinks.java   
/**
 * Get self
 * @return self
**/
@ApiModelProperty(value = "")
public Link getSelf() {
  return self;
}