Class InquirePriceCreateBlueprintRequest


  • public class InquirePriceCreateBlueprintRequest
    extends AbstractModel
    • Constructor Detail

      • InquirePriceCreateBlueprintRequest

        public InquirePriceCreateBlueprintRequest()
      • InquirePriceCreateBlueprintRequest

        public InquirePriceCreateBlueprintRequest​(InquirePriceCreateBlueprintRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getBlueprintCount

        public Long getBlueprintCount()
        Get 自定义镜像的个数。默认值为1。
        Returns:
        BlueprintCount 自定义镜像的个数。默认值为1。
      • setBlueprintCount

        public void setBlueprintCount​(Long BlueprintCount)
        Set 自定义镜像的个数。默认值为1。
        Parameters:
        BlueprintCount - 自定义镜像的个数。默认值为1。