Class MpsErrorClass.Builder

  • Enclosing class:
    MpsErrorClass

    public static final class MpsErrorClass.Builder
    extends java.lang.Object
    Builder class for MpsErrorClass.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of MpsErrorClass.
    • Method Detail

      • setErrorId

        public MpsErrorClass.Builder setErrorId​(java.lang.Long errorId)
        Error Id encountered during MPS VM deployment. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        errorId - New value for the property.
      • setErrorMessage

        public MpsErrorClass.Builder setErrorMessage​(java.lang.String errorMessage)
        Description of issue encountered during MPS VM deployment. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        errorMessage - New value for the property.
      • setErrorTimestamp

        public MpsErrorClass.Builder setErrorTimestamp​(java.lang.String errorTimestamp)
        Timestamp when issue was issue encountered during MPS VM deployment. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        errorTimestamp - New value for the property.